NotificationCompatExtras

Well-known extras used by NotificationCompat for backwards compatibility.

Properties

Link copied to clipboard
val EXTRA_ACTION_EXTRAS: String = "android.support.actionExtras"
Extras key used internally by NotificationCompat to store the value of the extras field before it was available.
Link copied to clipboard
val EXTRA_GROUP_KEY: String = "android.support.groupKey"
Extras key used internally by NotificationCompat to store the value set by setGroup before it was available.
Link copied to clipboard
val EXTRA_GROUP_SUMMARY: String = "android.support.isGroupSummary"
Extras key used internally by NotificationCompat to store the value set by setGroupSummary before it was available.
Link copied to clipboard
val EXTRA_LOCAL_ONLY: String = "android.support.localOnly"
Extras key used internally by NotificationCompat to store the value of the FLAG_LOCAL_ONLY field before it was available.
Link copied to clipboard
val EXTRA_REMOTE_INPUTS: String = "android.support.remoteInputs"
Extras key used internally by NotificationCompat to store the value of the getRemoteInputs before the field was available.
Link copied to clipboard
val EXTRA_SORT_KEY: String = "android.support.sortKey"
Extras key used internally by NotificationCompat to store the value set by setSortKey before it was available.